home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Programare / winhex / Ext Group Descriptor.txt < prev    next >
Text File  |  2005-05-02  |  458b  |  21 lines

  1. template "Ext2/Ext3 Group Descriptor"
  2.  
  3. // Created by Jens Kirschner on 29 Sep 2004
  4. // X-Ways Software Technology AG, 2004
  5.  
  6. description "Locates the meta blocks for a block group"
  7. applies_to disk
  8. sector-aligned
  9. multiple
  10.  
  11. begin
  12.     uint32    "Block bitmap block"
  13.     uint32    "Inode bitmap block"
  14.     uint32    "Inode table block"
  15.     uint16    "Free blocks count"
  16.     uint16    "Free Inodes count"
  17.     uint16    "Directories count"
  18.     uint16    "Padding"    
  19.     hex 12    "Reserved"
  20. end
  21.